Overload | Description |
---|---|
CreateAndCondition<TTarget,TValue,TPredicateTarget>(String,Analyzer<TTarget,TValue>,PredicateAnalyzer<TPredicateTarget>) | Creates the predicate-analyzer, which executes the predicate with the several targets and evaluates the logical expression by applying the logical operator AND to the results of predicate executions. |
CreateAndCondition<TTarget>(PredicateAnalyzer<TTarget>[]) | Creates the predicate-analyzer, which evaluates the logical expression by applying the logical operator AND to the arguments. |
CreateAndCondition<TTarget>(String,PredicateAnalyzer<TTarget>[]) | Creates the predicate-analyzer, which evaluates the logical expression by applying the logical operator AND to the arguments. |
CreateAndCondition<TTarget,TValue,TPredicateTarget>(Analyzer<TTarget,TValue>,PredicateAnalyzer<TPredicateTarget>) | Creates the predicate-analyzer, which executes the predicate with the several targets and evaluates the logical expression by applying the logical operator AND to the results of predicate executions. |